home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_REMOTE_PROTOS_H
- #define CLIB_REMOTE_PROTOS_H
-
- /*
- ** $VER: remote_protos.h 1.0 (6.10.97)
- **
- ** C prototypes.
- **
- ** (C) Copyright 1997 Dietmar Eilert
- ** All Rights Reserved
- */
-
- extern __geta4 __stkargs int RemoteInit(void);
- extern __geta4 __regargs int RemoteAdd(char *config);
- extern __geta4 __regargs int RemoteRemove(char *appname);
- extern __geta4 __regargs int RemoteOpen(char *class, char *appname, char *file, int flags);
- extern __geta4 __regargs char *RemoteError(int error);
- extern __geta4 __regargs int RemoteValidate(char *folder, int flags);
-
- #endif
-